chore(deps): apply safe Dependabot updates on staging - #645
Conversation
Bundle CI-green patch/minor bumps from Dependabot into staging: Python curl-cffi, grpcio, protobuf, and yt-dlp; Go grpc, logrus, and modernc.org/sqlite; GitHub Actions codeql-action and login-action. Co-authored-by: Josh J <josh@joshjacobs.net>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Team Run ID: ⛔ Files ignored due to path filters (2)
📒 Files selected for processing (4)
Included review availability: Your plan provides up to 1 included review per hour; 0 remain after this review. 📝 WalkthroughWalkthroughThe pull request updates Go and Python dependency constraints and upgrades Docker login and CodeQL SARIF upload actions in the master and staging deployment workflows. ChangesMaintenance updates
Estimated code review effort: 1 (Trivial) | ~5 minutes Merge Risk: ⚪ Minimal · up to This PR updates pinned dependencies and CI actions with the stated checks passing; no actionable merge-blocking risk remains beyond normal review and checks. Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
Full details: Description checkExplanation The description provides detailed update lists, held-back changes, rationale, source references, and a completed test plan. It does not include the template's Full details: Docstring CoverageExplanation No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 0 files. (4 skipped: 4 unsupported.) ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There is no
devbranch in this repo. Dependabot is configured to targetstaging, so these updates are bundled there the same way as #629.Included (CI-green on the source PRs)
yt-dlp2026.7.4 → 2026.8.19 (extractor/YouTube client maintenance; highest-value bump)curl-cffi0.16.0 → 0.16.2grpcio1.83.0 → 1.83.1protobuf7.35.1 → 7.36.1 (Dependabot proposed 7.36.0; lock resolved the 7.36.1 patch from 2026-08-31). Existing 7.35.0 gencode stubs kept; runtime is backward-compatible and Dependabot CI was green.google.golang.org/grpc1.83.0 → 1.83.2 (also pullsgolang.org/x/{crypto,net,text}patch transitives)github.com/sirupsen/logrus1.9.4 → 1.10.2 (Go 1.23+; StreamDL already uses Go 1.25.TextFormatter[]byterendering change does not affect this repo)modernc.org/sqlite1.56.0 → 1.57.0 (opt-in_defensiveDSN only; default connection behavior unchanged)github/codeql-action4.37.4 → 4.37.9docker/login-action4.5.2 → 4.6.0Held back
yt-dlp2026.6.9 → 2026.7.4 — targetsmaster; this PR takes staging to 2026.8.19.google.golang.org/grpc1.82.0 → 1.82.1 — targetsmaster; staging already has 1.83.0 (this PR goes to 1.83.2).setuptools82.0.1 → 83.0.0 — targetsmaster; already applied on staging in chore(deps): apply safe Dependabot updates on staging #629.Test plan
go test ./...(pass, including sqlite VOD DB tests against 1.57.0)uv run pytest(34 passed on Python 3.13.15; bandit clean)Summary by CodeRabbit